ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / ShowHeaderCollapseButton Property

In This Topic
    ShowHeaderCollapseButton Property
    In This Topic
    Gets or sets a value that determines whether the grid should display a button in the column header panel to allow users to collapse and expand the column headers.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    Public Property ShowHeaderCollapseButton As Boolean
    [DefaultValue(false)]
    public bool ShowHeaderCollapseButton {get; set;}
    See Also